home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMSETSYSTEMTIME / TFRMSETSYSTEMTIME.txt
Encoding:
Text File  |  2003-01-14  |  4.2 KB  |  170 lines

  1. inherited frmSetSystemTime: TfrmSetSystemTime
  2.   Left = 498
  3.   Top = 388
  4.   HelpContext = 93
  5.   OnShow = FormShow
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   inherited pnlTop: TPanel
  9.     inherited lblCommandName: TLabel
  10.       Caption = ''
  11.     end
  12.     inherited spdPVar: TSpeedButton
  13.       Left = 414
  14.       Top = 13
  15.     end
  16.     inherited memActionDesc: TMemo
  17.       Lines.Strings = (
  18.         
  19.           'Sets the system clock to an internet time server if the first op' +
  20.           'tion is selected.  If '
  21.         
  22.           'the first server in the list does not respond, then the next wil' +
  23.           'l be tried and so on.  '
  24.         
  25.           'Or the system time will be set to the date and time specified in' +
  26.           ' the second option.')
  27.     end
  28.   end
  29.   inherited pnlCenter: TPanel
  30.     inherited pgcControlPage: TPageControl
  31.       ActivePage = tbsAM5Main
  32.       inherited tbsAM5Main: TTabSheet
  33.         object lblPort: TLabel
  34.           Left = 276
  35.           Top = 17
  36.           Width = 24
  37.           Height = 13
  38.           Caption = '&Port:'
  39.         end
  40.         object grpTimeServer: TGroupBox
  41.           Left = 10
  42.           Top = 16
  43.           Width = 255
  44.           Height = 85
  45.           TabOrder = 1
  46.           object cbxTimeServers: TComboBox
  47.             Left = 10
  48.             Top = 24
  49.             Width = 219
  50.             Height = 21
  51.             Enabled = False
  52.             ItemHeight = 13
  53.             TabOrder = 0
  54.             Items.Strings = (
  55.               'ntp.nasa.gov'
  56.               'tock.gpsclock.com'
  57.               'time-a.timefreq.bldrdoc.gov'
  58.               'tock.usno.navy.mil'
  59.               'clock.isc.org'
  60.               'tick.ucla.edu'
  61.               'tick.mit.edu')
  62.           end
  63.           object chkOneServer: TCheckBox
  64.             Left = 10
  65.             Top = 56
  66.             Width = 225
  67.             Height = 17
  68.             Caption = '&Only check this server'
  69.             TabOrder = 1
  70.             OnClick = chkOneServerClick
  71.           end
  72.         end
  73.         object rdTimeServer: TRadioButton
  74.           Left = 20
  75.           Top = 16
  76.           Width = 237
  77.           Height = 17
  78.           Caption = '&Set to internet time server'
  79.           Checked = True
  80.           TabOrder = 0
  81.           TabStop = True
  82.           OnEnter = rdTimeServerEnter
  83.         end
  84.         object grpSetDate: TGroupBox
  85.           Left = 10
  86.           Top = 113
  87.           Width = 255
  88.           Height = 88
  89.           TabOrder = 3
  90.           object AMdtPanel: TAM5DateTimePanel
  91.             Left = 8
  92.             Top = 24
  93.             Width = 240
  94.             Height = 57
  95.             InsertCaption = 'Custom'
  96.             EasyDatesMenu.Strings = (
  97.               'Last 30 Seconds'
  98.               'Last 30 Minutes'
  99.               'Last 24 Hours'
  100.               'Last 30 Days'
  101.               'Last 12 Months'
  102.               'Last 5 Years'
  103.               '-'
  104.               'Next 30 Seconds'
  105.               'Next 30 Minutes'
  106.               'Next 24 Hours'
  107.               'Next 30 Days'
  108.               'Next 12 Months'
  109.               'Next 5 Years')
  110.             AM5DateTime = '%DateSerial(1899,12,30) + TimeSerial(00,00,00)%'
  111.             RawDataCaption = 'Expression'
  112.           end
  113.         end
  114.         object rdSetDateTime: TRadioButton
  115.           Left = 20
  116.           Top = 113
  117.           Width = 237
  118.           Height = 17
  119.           Caption = 'Set to a specified &date and time'
  120.           TabOrder = 2
  121.           OnEnter = rdSetDateTimeEnter
  122.         end
  123.         object edtPort: TEdit
  124.           Left = 276
  125.           Top = 32
  126.           Width = 183
  127.           Height = 21
  128.           TabOrder = 4
  129.           Text = '123'
  130.         end
  131.       end
  132.     end
  133.   end
  134.   inherited taclKeyboardTrap: TActionList
  135.     Left = 200
  136.   end
  137.   inherited dxSIBarManager: TdxBarManager
  138.     Categories.ItemsVisibles = (
  139.       2)
  140.     Categories.Visibles = (
  141.       True)
  142.     PopupMenuLinks = <
  143.       item
  144.         Control = lsvAM5Errors
  145.         PopupMenu = dxCheckPopup
  146.       end>
  147.     DockControlHeights = (
  148.       0
  149.       0
  150.       0
  151.       0)
  152.   end
  153.   inherited dxCheckPopup: TdxBarPopupMenu
  154.     ItemLinks = <
  155.       item
  156.         Item = itmCheckAllErrors
  157.         UserGlyph.Data = {00000000}
  158.         Visible = True
  159.       end
  160.       item
  161.         Item = itmCheckNoErrors
  162.         UserGlyph.Data = {00000000}
  163.         Visible = True
  164.       end>
  165.   end
  166.   inherited IvTranslator1: TIvTranslator
  167.     Left = 232
  168.   end
  169. end
  170.